Welcome![Sign In][Sign Up]
Location:
Search - android thread

Search list

[androidAndroidImitateLetao

Description:  Android仿乐淘的应用程序分析源码,仿乐淘应用客户端的程序源码,为您编写其它类似的购物应用起到帮助作用,通过这个并不复杂的应用实例,你可以了解一些Android的编程技巧,比如:底部菜单栏点击事件效果设置,模仿从服务器加载数据时的虚拟进度条,通过线程来循环调用进度条,底部菜单模块ListView监听器、获取ListView的数据,继承Activity类可以使用此类的方法,该类提供整个项目中Activity所使用到的公共方法,该类中全属于公共方法.集成该类可以使用等-Android the imitation music Amoy application source analysis, imitation music Amoy application client program source code, you write like shopping applications play a helpful role, not complicated application instance, you can learn some Android programming skills For example: the bottom of the menu bar, click on the event is set to imitate the virtual progress bar when the data is loaded from the server, call progress bar to loop through the thread, the bottom of the menu module ListView listener for the ListView data inheritance Activity class can use such methods class provides public methods of Activity used throughout the project, all belong to the public. integrated such class can use
Platform: | Size: 920576 | Author: pudn1338 | Hits:

[androidsmart_breakpointDownload

Description: android多线程断点下载,通过本Android下载实例,可了解到以下知识技巧:实时得到文件下载的长度,设置获取实体数据的范围、获取文件已下载文件长度、原始文件长度、线程数、本地保存文件、缓存各线程下载的长度、每条线程下载的长度、获取线程数、获取文件大孝更新指定线程最后下载的位置、构建文件下载器、保存记录文件、根据响应获取文件大孝监听下载数量的变化,如果不需要了解实时下载的数量,可以设置为null、循环判断是否下载完毕等基础知识。   这里请注意,对于UI控件的更新只能由主线程(UI线程)负责,如果在非UI线程更新UI控件,更新的结果不会反映在屏幕上,某些控件还会出错。-android multithreading breakpoint download through the Android download instance, can learn skills that: real-time file download length range of settings to get the entity data, get the file to download the file length, the length of the original file, the number of threads, saved locally files, download cache each thread length, the length of each thread download, get the number of threads, access to the location of the the file large Hyo update the specified thread last download, build file download, save the log file to get the file size, based on the response to monitor the number of downloads changes in, if you do not need to know the number of real-time download, can be set to null, cycle to determine whether downloaded basics. Note here, update UI controls can only be responsible for the main thread (UI thread), if the non-UI thread to update UI controls, updated results will not reflect on the screen, some controls will go wrong.
Platform: | Size: 77824 | Author: hpudn7 | Hits:

[androidsmart_Download

Description: android多线程断点下载的源码,实时得到文件下载的长度,设置获取实体数据的范围、获取文件已下载文件长度、原始文件长度、线程数、本地保存文件、缓存各线程下载的长度、每条线程下载的长度、获取线程数、获取文件大孝更新指定线程最后下载的位置、构建文件下载器、保存记录文件、根据响应获取文件大孝监听下载数量的变化-android multithreading breakpoints download the source code, in real-time to get the length of the file download, set access to entity data range, get the file to download the file length, the length of the original file, the number of threads, and save the file locally cache the length of the threaded download, each the length of the threaded download, get the number of threads, access to the location specified thread last download file Daxiao update the build file download, save the log file to monitor changes in the number of downloads, according to the response to get the file size,
Platform: | Size: 84992 | Author: 约克 | Hits:

[mpeg mp3MP3Service

Description: Android的MP3服务,实现了MP3的播放,开辟了新线程-Android MP3, MP3 player, has opened a new thread
Platform: | Size: 3463168 | Author: 王泽华 | Hits:

[androidyongxianchengdushipin

Description: android 另开线程读取视频 可以一边读取一边播放 适用于多种解码方式-Android open another thread to read the video while reading while playing for a variety of decoding
Platform: | Size: 371712 | Author: 廖琦 | Hits:

[androidMyAsyncTask

Description: 异步加载数据,实现异步加载图片,解决安卓3.0以后主线程阻塞问题-Asynchronous load data, asynchronous load images, the main thread blocking problem resolved after Android 3.0
Platform: | Size: 61440 | Author: kongdeqi | Hits:

[androidMyAsyncTask

Description: 异步加载数据,实现异步加载图片,解决安卓3.0以后主线程阻塞问题-Asynchronous load data, asynchronous load images, the main thread blocking problem resolved after Android 3.0
Platform: | Size: 61440 | Author: kongdeqi | Hits:

[androidJniCallBackDemo

Description: Android上使用JNI创建native线程,以及回调java层函数的例子-example of creating Thread & Java-function Callback which is used of Android Java Native Interface
Platform: | Size: 256000 | Author: LJF_ubuntu | Hits:

[androidHoutailuxiang

Description: android后台录像功能,默认启动程序之后用线程打印心跳录像控制在15秒,功能实现,有需求的可以自己看看思路。-android background recording function, the default startup program followed by the thread prints in 15 seconds heartbeat recording control, implementation of function, you can see for yourself there is a demand ideas.
Platform: | Size: 166912 | Author: zhaixiaoliang | Hits:

[JSP/Javatest_asynctask

Description: Android断点续传及网格文件下载的Java实例源代码,支持在暂停下载后继续下载,现在很多下载软件普遍都使用的功能,在Android手机软件中应用断点续传技术也是很有必要的。通过这个Android源码可学习一下如何基于Java代码实现断点续传的应用,比如如何设置当前线程下载的起点、终点,设置断点续传的开始位置,设置User-Agent ,httpURLConnection.setRequestProperty("User-Agent","NetFox") 设置断点续传的开始位置,httpURLConnection.setRequestProperty("RANGE","bytes=4096") 如何使用java中的RandomAccessFile 对文件进行随机读写操作,如何自动去调用onProgressUpdate方法,传递下载进度,当一个下载任务成功下载完成的时候回来调用onPostExecute方法,这里的result参数就是doInBackground方法的返回值。-Android HTTP and grid files downloadable Java source code examples to support continued after pausing a download download now download software generally use a lot of features, the Android phone software applications HTTP technology is also necessary . Through this Android source code can learn how to code based on Java HTTP applications, such as how to set the current thread download start, end, set the start position HTTP, set the User-Agent, httpURLConnection.setRequestProperty (" User-Agent " ," NetFox " ) Set HTTP starting position, httpURLConnection.setRequestProperty (" RANGE " ," bytes = 4096 " ) RandomAccessFile how to use java in random read and write operations on the file, how to automatically go call onProgressUpdate method, passing the download progress, when a download task completed successfully downloaded back when calling onPostExecute method, where the result parameter is the doInBackground method' s return value.
Platform: | Size: 63488 | Author: 俞斌 | Hits:

[androidFileUpload

Description: 基于socket通讯的文件续传源码,主要面向Android客户端,FileService.java获取每条线程已经下载的文件长度,当文件上传完成后,删除对应的上传记录;StreamTool.java主要用来读取读取文件流,返回上传文件字节数组,用Android上传文件不懂的就可参照这个示例一步步实现,有些代码可以共用。-Socket-based communication file resume source code, mainly for Android client, FileService.java each thread has access to the downloaded file length, when the file upload is complete, delete the corresponding log upload StreamTool.java primarily used to read to read file stream, byte array returned uploading files, upload files using Android can not understand the reference to the example a step to achieve, some of the code can be shared.
Platform: | Size: 59392 | Author: 张三 | Hits:

[Otherday27pm

Description: 基于java基础语言,android小项目:发微博、图片下载显示,核心技术:线程通信-Base language based on java, android small projects: micro-Bo, picture download show, the core technology: Thread Communication
Platform: | Size: 5699584 | Author: loginziyan | Hits:

[JSP/Javadownload

Description: android多线程下载,断点续传,可暂停,可继续-android multi-thread download, HTTP, pause, continue
Platform: | Size: 1536000 | Author: lifei | Hits:

[androidSimpleClient

Description: 适合新手学习android线程的编程,简单易懂,望大家好好学习-Suitable for novice learning android programming thread
Platform: | Size: 56320 | Author: 汪海 | Hits:

[androidActivityThread

Description: 这是一个简单的android程序,应用thread阻塞和inent实现简单的信息交换,适合初学者使用-This is a simple android, application thread blocking and inent simple exchange of information for beginners
Platform: | Size: 1241088 | Author: zz | Hits:

[androidVersionThread

Description: Android应用软件的线程,用于检查软件的新版本,下载和安装-A Thread of Android application software,Used to check the new version of the software, then download and install
Platform: | Size: 3072 | Author: 赵玉 | Hits:

[androidthreadSample

Description: android开发之thread学习例子,适用于初学者。-Android developer s thread learning examples for beginners.
Platform: | Size: 150528 | Author: wish | Hits:

[androidMultipleThreadDownloader_V1

Description: android多线程下载,启动多线程下载文件或其他数据-android multi thread download
Platform: | Size: 87040 | Author: 李远 | Hits:

[androidfadeIn_fadeOut

Description: Android view 淡入淡出显示 代码 代码,出处:http://www.itneng.com/thread-4249-1-1.html,通过按钮打开view,使其达到淡入或者淡出效果-Android fade in/out
Platform: | Size: 1468416 | Author: 吴瑜 | Hits:

[androida_opengl_cube

Description: Android OpenGL例子:显示旋转的正方体 代码,出处:http://www.itneng.com/thread-4272-1-1.html,代码成功编译过-Android OpenGL cube
Platform: | Size: 1472512 | Author: 吴瑜 | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net